home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libzip1 / README < prev    next >
Text File  |  2007-05-15  |  911b  |  23 lines

  1.   This is libzip, a C library for reading, creating, and modifying zip
  2. archives.  Files can be added from data buffers, files, or compressed
  3. data copied directly from other zip archives.  Changes made without
  4. closing the archive can be reverted.  The API is documented by man
  5. pages.
  6.  
  7.   For more information, take a look at the included man pages.  You
  8. can start with libzip(3), which lists all others.  Example source code
  9. is in the src/ subdirectory.
  10.  
  11.   For generic installation instructions, see file `INSTALL'.
  12. Additionally, you'll need zlib (at least version 1.1.2). It comes
  13. with most operating systems nowadays, or you can get it at
  14.     http://www.gzip.org/zlib/
  15.  
  16.   If you make a binary distribution, please include a pointer to the
  17. distribution site:
  18.     http://www.nih.at/libzip/
  19.     ftp.nih.at /pub/nih/libzip
  20. The latest version can always be found there.
  21.  
  22. Mail suggestions and bug reports to <nih@giga.or.at>.
  23.